home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 8 / FM Towns Free Software Collection 8.iso / t_os / gpen32k / source / lib / osrc / omosv.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-01  |  146 b   |  10 lines

  1.  
  2. #include    <MOS.h>
  3. #include    <Normlib.h>
  4.  
  5. void mosv( int x1, int y1, int x2, int y2 )
  6. {
  7.     MOS_horizon( x1, x2 );
  8.     MOS_vertical( y1, y2 );
  9. }
  10.